Instructions to build IMB driver nlm using WATCOM compiler version 11.0 in Windows NT/2000
==========================================================================================

1. Copy all source files under Imbdrv folder onto a Windows NT/2000 system which has Watcom compiler
   version 11.0 installed.
   
2. To build the debug version of the driver, from the command prompt, run
   set qmkver=d    

   To build the release version of the driver, from the command prompt, run
   set qmkver=p

3. To build the imb driver nlm, run either of the following commands in the
   command prompt from the directory where the sources are located. This will build 
   the binary imbdrv.nlm. Please ignore the warning messages.

   wmake 

   or
  
   wmake imbdrv

4. Run the following command to clean up the object/map/symbol/error/nlm files.

   wmake clean 


